home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SYS / XPAND / ReadMe next >
Text File  |  1991-05-21  |  2KB  |  52 lines

  1. | > ReadMe
  2.  
  3. xpand version 1.01 - ) Stuart Hickinbottom 25-Feb-1991
  4. ------------------------------------------------------
  5.  
  6. This application will expand object code which has been compacted using the
  7. Acorn utility 'squeeze', which is part of both the Software Developers Toolbox
  8. and ANSI C. It is actually possible to manually 'unsqueeze' the code, but this
  9. is messy - and after all this utility is only about 900 bytes of ARM code.
  10.  
  11. Unlike other 'unsqueezers' I have seen, this version SHOULD expand code
  12. compacted with any version of 'squeeze', although I have not tested this
  13. too extensively (if you find one it won't uncompact, then please let me know).
  14.  
  15. Use 'xpand' just like 'squeeze' - for example:
  16.  
  17. xpand -h           - display program version and date, and also syntax help
  18.  
  19. xpand prog         - expand the squeezed file 'prog', and call the expanded
  20.                      code 'prog' also - thus OVERWRITING the original
  21.  
  22. xpand prog bigprog - expand the squeezed file 'prog', and call the expanded
  23.                      code 'bigprog' - original is unchanged
  24.  
  25. The expander should notice if the source file is not actually squeezed, and
  26. will also report filing errors (can't find source file, or can't open object
  27. file).
  28.  
  29. If an error such as 'Abort on data transfer...' or 'No writable memory at
  30. this address' is obtained while expanding then there is not enough memory to
  31. expand the file (either increase Next on the task manager or something
  32. similar).
  33.  
  34. -------------------
  35.  
  36. This program has been placed into the public domain by Stuart Hickinbottom.
  37. It may be freely copied and distributed for non-profit making purposes (a
  38. small charge to cover cost of distribution is allowed, however), so long as
  39. the code is not altered and this text file remains present and unaltered. If
  40. you have any queries/suggestions then I would be chuffed to hear from you, so
  41. please write to me:
  42.  
  43. Stuart Hickinbottom,
  44.  37a High Street,
  45.   Amblecote,
  46.    Stourbridge,
  47.     West Midlands.
  48.     DY8 4DG
  49.  
  50. or email me on: S.Hickinbottom@uk.ac.lut (until July 1991)
  51.  
  52.